From a381ee6a55e66c9c306149440a9d8a7e22a534c6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Nov 2017 22:09:23 -0500 Subject: [PATCH] Fix a typo --- gtk/gtkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 6a806357b0..d012434c46 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -4846,7 +4846,7 @@ gtk_window_get_icon_name (GtkWindow *window) * called gtk_window_set_icon_list(), gets the first icon in * the icon list). * - * Returns: (transfer none) (nullable: icon for window or %NULL if none + * Returns: (transfer none) (nullable): icon for window or %NULL if none **/ GdkTexture * gtk_window_get_icon (GtkWindow *window) -- 2.30.2